Create a static library
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jan 2021 02:50:55 +0000 (21:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jan 2021 15:31:23 +0000 (10:31 -0500)
commit14f0a0addb9a195bad2f8651f93b95450b186bd6
treea77007b7ac068bbf5ffc1d6373e9146a0642df35
parent64a2d0221c0c3695c0fdd452af5747c855f076cd
Create a static library

Rearrange our build to create a libgtk.a for the the contents of gtk/,
and build libgtk-4.so from our per-subdirectory static libraries.
This will let us link tests statically for testing internal apis.
gtk/meson.build